net/http.http2ClientConn.canTakeNewRequestLocked (method)

3 uses

	net/http (current package)
		h2_bundle.go#L8076: 	return cc.canTakeNewRequestLocked()
		h2_bundle.go#L8181: func (cc *http2ClientConn) canTakeNewRequestLocked() bool {
		h2_bundle.go#L8813: 		if cc.closed || !cc.canTakeNewRequestLocked() {